projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b696d1
)
add NATIVE_ELISP_SUFFIX def into congure.ac
author
Andrea Corallo
<andrea_corallo@yahoo.it>
Sun, 1 Sep 2019 09:22:35 +0000
(11:22 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:41 +0000
(11:37 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d059b7d67248dff123ed626c25c23eef4a389989..6213051a602ac69ccd7d665b7053b14997b74b6d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3678,6
+3678,8
@@
if test "${with_nativecomp}" != "no"; then
if test "${HAVE_LIBGCCJIT}" = "yes"; then
LIBGCCJIT_LIB=-lgccjit
AC_DEFINE([HAVE_LIBGCCJIT], 1, [Define to 1 if you have the libgccjit library (-lgccjit).])
+ AC_DEFINE_UNQUOTED(NATIVE_ELISP_SUFFIX, ".eln",
+ [System extension for native compiled elisp])
fi
fi
AC_SUBST([LIBGCCJIT_LIB])